Skip to main content
POST
/
action
/
company_research_v2_run_full_research
[CRFull] Run Full Company Research
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/company_research_v2_run_full_research \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "<string>",
  "output_variable_name": "research_report",
  "section_company_overview": true,
  "section_visual_timeline": true,
  "section_product_summary": true,
  "section_homepage_screenshot": true,
  "section_technology_stack": true,
  "section_wappalyzer_technologies": true,
  "section_search_keywords": true,
  "section_financials": true,
  "section_funding_history": true,
  "section_web_traffic": true,
  "section_news": true,
  "section_people": true,
  "section_competitors": true,
  "section_job_openings": true,
  "section_contact": true,
  "section_g2_reviews": true,
  "force_refresh": false
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
domain
string
required

Domain to research (e.g., hubspot.com).

output_variable_name
string
default:research_report
required

Variable name for the full research report JSON.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
section_company_overview
boolean
default:true

Include company description, industry, employee count, headquarters.

section_visual_timeline
boolean
default:true

Include AI-generated visual infographic of company milestones and history.

section_product_summary
boolean
default:true

Include product descriptions and G2 ratings.

section_homepage_screenshot
boolean
default:true

Include screenshot of company homepage.

section_technology_stack
boolean
default:true

Include technologies, social media profiles, and follower counts.

section_wappalyzer_technologies
boolean
default:true

Include detailed technology detection from Wappalyzer.

section_search_keywords
boolean
default:true

Include SEO keyword analysis with PPC and organic metrics.

section_financials
boolean
default:true

Include revenue, market cap, profit margins (public companies).

section_funding_history
boolean
default:true

Include funding rounds and investors.

section_web_traffic
boolean
default:true

Include website traffic trends and visitor metrics.

section_news
boolean
default:true

Include recent news and press coverage.

section_people
boolean
default:true

Include executives and leadership with LinkedIn URLs.

section_competitors
boolean
default:true

Include competitor analysis with differentiation.

section_job_openings
boolean
default:true

Include current job listings.

section_contact
boolean
default:true

Include company contact details.

section_g2_reviews
boolean
default:true

Include G2 review summary and ratings.

force_refresh
boolean
default:false

Bypass cache and fetch fresh data.

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action